KikuGie's Commons
Toggle table of contents
0.2.0
jvm
Platform filter
jvm
Switch theme
Search in API
KikuGie's Commons
KikuGie's Commons
/
dev.kikugie.commons.result
/
ifPresent
if
Present
inline
fun
<
T
>
KOptional
<
T
>
.
ifPresent
(
action
:
(
T
)
->
Unit
)
:
KOptional
<
T
>
(
source
)
Executes the provided
action
if the value is present.